diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2023-11-16 15:10:32 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2023-11-16 15:10:32 +0900 |
| commit | c4d6938ca6d225f15f2b04924cafaa07062b54b4 (patch) | |
| tree | 3a793cf352ddcfc46f1422d78b69daf3617639ab /config/waybar/configs/Simple-L [TOP] | |
| parent | 0f25fb086a29ff1db0f11e7052687f4c808b0456 (diff) | |
waybar changes on name, style and script
Diffstat (limited to 'config/waybar/configs/Simple-L [TOP]')
| -rw-r--r-- | config/waybar/configs/Simple-L [TOP] | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/config/waybar/configs/Simple-L [TOP] b/config/waybar/configs/Simple-L [TOP] new file mode 100644 index 00000000..d94ecdac --- /dev/null +++ b/config/waybar/configs/Simple-L [TOP] @@ -0,0 +1,37 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + +// ### SIMPLE ### // + +{ +"include": "~/.config/waybar/modules", +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 3, +"fixed-center": true, +"ipc": true, +"margin-top": 6, +"margin-left": 8, +"margin-right": 8, + +"modules-left": [ + "custom/menu", + "hyprland/workspaces", + ], +"modules-center": [ + "clock", + "custom/light_dark", + ], +"modules-right": [ + "backlight", + "keyboard-state", + "pulseaudio", + "bluetooth", + "network", + "battery", + ], + + +}
\ No newline at end of file |
